Statusbar testcases
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jun 2011 03:08:59 +0000 (23:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:05 +0000 (16:08 -0400)
tests/a11y/Makefile.am
tests/a11y/statusbar.txt [new file with mode: 0644]
tests/a11y/statusbar.ui [new file with mode: 0644]

index 483e0fcda1466241f6d3931ef185b9b45d7ad2cd..86d6fc8ff3bf78bb5de155bf114090f0f179696e 100644 (file)
@@ -61,4 +61,5 @@ EXTRA_DIST += \
        spinner.ui spinner.txt \
        progress.ui progress.txt \
        infobar.ui infobar.txt \
-       calendar.ui calendar.txt
+       calendar.ui calendar.txt \
+       statusbar.ui statusbar.txt
diff --git a/tests/a11y/statusbar.txt b/tests/a11y/statusbar.txt
new file mode 100644 (file)
index 0000000..2ad0ebd
--- /dev/null
@@ -0,0 +1,108 @@
+window1
+  "window"
+  index: 0
+  state: enabled resizable sensitive showing visible
+  toolkit: gail
+  <AtkComponent>
+  layer: window
+  alpha: 1
+  statusbar1
+    "statusbar"
+    parent: window1
+    index: 0
+    name: 
+    state: enabled horizontal sensitive showing visible
+    toolkit: gail
+    <AtkComponent>
+    layer: widget
+    alpha: 1
+    <AtkText>
+    text: 
+    character count: 0
+    caret offset: 0
+    default attributes: left-margin: 0
+                        right-margin: 0
+                        indent: 0
+                        invisible: false
+                        editable: false
+                        pixels-above-lines: 0
+                        pixels-below-lines: 0
+                        pixels-inside-wrap: 0
+                        bg-full-height: 0
+                        scale: 1
+                        rise: 0
+                        underline: none
+                        strikethrough: false
+                        bg-stipple: false
+                        fg-stipple: false
+                        fg-color: <omitted>
+                        bg-color: <omitted>
+                        wrap-mode: word
+                        justification: left
+                        size: <omitted>
+                        weight: <omitted>
+                        family-name: <omitted>
+                        stretch: <omitted>
+                        variant: <omitted>
+                        style: <omitted>
+                        language: <omitted>
+                        direction: <omitted>
+    unnamed-GailFrame-0
+      "panel"
+      parent: statusbar1
+      index: 0
+      state: enabled sensitive showing visible
+      toolkit: gail
+      <AtkComponent>
+      layer: widget
+      alpha: 1
+      unnamed-GailBox-1
+        "filler"
+        parent: unnamed-GailFrame-0
+        index: 0
+        state: enabled horizontal sensitive showing visible
+        toolkit: gail
+        <AtkComponent>
+        layer: widget
+        alpha: 1
+        
+          "label"
+          parent: unnamed-GailBox-1
+          index: 0
+          name: 
+          state: enabled multi-line sensitive showing visible
+          toolkit: gail
+          <AtkComponent>
+          layer: widget
+          alpha: 1
+          <AtkText>
+          text: 
+          character count: 0
+          caret offset: 0
+          default attributes: left-margin: 0
+                              right-margin: 0
+                              indent: 0
+                              invisible: false
+                              editable: false
+                              pixels-above-lines: 0
+                              pixels-below-lines: 0
+                              pixels-inside-wrap: 0
+                              bg-full-height: 0
+                              scale: 1
+                              rise: 0
+                              underline: none
+                              strikethrough: false
+                              bg-stipple: false
+                              fg-stipple: false
+                              fg-color: <omitted>
+                              bg-color: <omitted>
+                              wrap-mode: word
+                              justification: left
+                              size: <omitted>
+                              weight: <omitted>
+                              family-name: <omitted>
+                              stretch: <omitted>
+                              variant: <omitted>
+                              style: <omitted>
+                              language: <omitted>
+                              direction: <omitted>
diff --git a/tests/a11y/statusbar.ui b/tests/a11y/statusbar.ui
new file mode 100644 (file)
index 0000000..bc635bc
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <!-- interface-requires gtk+ 3.0 -->
+  <object class="GtkWindow" id="window1">
+    <property name="can_focus">False</property>
+    <property name="type">popup</property>
+    <child>
+      <object class="GtkStatusbar" id="statusbar1">
+        <property name="visible">True</property>
+      </object>
+    </child>
+  </object>
+</interface>